home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / wtj201.zip / KIYOOKA.ZIP / HEAPTEST.RC < prev    next >
Text File  |  1992-10-23  |  759b  |  26 lines

  1. //Filename: HEAPTEST.RC                                     
  2. //"HEAPTEST" Generated by WindowsMAKER Professional         
  3. //Author: Gen Kiyooka                                       
  4.  
  5. #define THISISBLDRC
  6.  
  7. #include <WINDOWS.H>
  8. #include "HEAPTEST.H"
  9.  
  10. #include "DIALOG.DLG"
  11.  
  12.  
  13. //******************************************************
  14. //       Resource code for error message strings        
  15. //******************************************************
  16.  
  17. STRINGTABLE
  18.     BEGIN
  19.         BLD_CannotRun         "Cannot run "
  20.         BLD_CannotCreate      "Cannot create dialog box "
  21.         BLD_CannotLoadMenu    "Cannot load menu "
  22.         BLD_CannotLoadIcon    "Cannot load icon "
  23.         BLD_CannotLoadBitmap  "Cannot load bitmap "
  24.     END
  25.  
  26.